home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2453
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
3KB
|
130 lines
on(release){
if(_root.poz == "c")
{
if(_root.draglej == 3)
{
_root.ii22 = 6;
_root.stopdragall();
_root.itembar_remove(3);
if(_root.ii23 == 4)
{
_root.hrnec.gotoAndStop(3);
}
else
{
_root.hrnec.gotoAndStop(2);
}
_root.d_kuchar.i = "hrnec_voda";
_root.hideall();
}
else if(_root.draglej == 23)
{
_root.stopdragall();
if(_root.ii23 == 3)
{
_root.ii23 = 4;
_root.itembar_remove(23);
if(_root.ii22 == 6)
{
_root.hrnec.gotoAndStop(3);
}
_root.d_kuchar.i = "hrnec_byliny";
}
else
{
_root.d_kuchar.i = "hrnec_bylinyneid";
}
_root.hideall();
}
else if(_root.draglej == 25)
{
_root.ii25 = 2;
_root.stopdragall();
_root.itembar_remove(25);
_root.d_kuchar.i = "hrnec_lih";
_root.hideall();
}
else if(_root.draglej == 35)
{
if(_root.ii23 == 4 && _root.ii22 == 6 && _root.ii34 == 3 && _root.ii25 == 2)
{
_root.ii35 = 2;
_root.stopdragall();
_root.hideall();
_root.pepa.gotoAndPlay("mix");
}
else
{
_root.d_kuchar.i = "hrnec_varecka";
_root.stopdragall();
_root.hideall();
}
}
else if(_root.draglej == 33)
{
if(_root.ii35 == 2)
{
_root.d_kuchar.i = "hrnec_rozlil";
_root.stopdragall();
_root.hideall();
}
else
{
_root.d_kuchar.i = "hrnec_nenihotovo";
_root.stopdragall();
_root.hideall();
}
}
else if(_root.draglej == 26)
{
if(_root.ii35 == 2)
{
_root.d_kuchar.i = "hrnec_trychtyr";
_root.stopdragall();
_root.hideall();
}
else
{
_root.d_kuchar.i = "hrnec_nenihotovo";
_root.stopdragall();
_root.hideall();
}
}
else if(_root.draglej == 37)
{
if(_root.ii35 == 2)
{
_root.stopdragall();
_root.hrnec.gotoAndStop(5);
_root.itembar_remove(37);
_root.itembar_add(38);
_root.ii33 = 4;
_root.d_kuchar.i = "hrnec_becherovka";
_root.hideall();
}
else
{
_root.d_kuchar.i = "hrnec_nenihotovo";
_root.stopdragall();
_root.hideall();
}
}
else if(0 < _root.draglej)
{
_root.stopdragall();
_root.d_kuchar.i = "hrnec_bad";
_root.hideall();
}
else
{
_root.d_kuchar.i = "hrnec_tezkej";
_root.hideall();
}
}
else
{
_root.stopdragall();
_root.pepa.gotoAndPlay(_root.poz add "c");
}
}